home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #4 / Amiga Plus CD - 2004 - No. 04.iso / START / T / Command-00-T03
Text File  |  1998-01-21  |  644b  |  25 lines

  1. assign c: FunTime1_98:start/c ADD 
  2. assign libs: FunTime1_98:start/libs ADD 
  3. assign fonts: FunTime1_98:start/fonts ADD 
  4. assign t: FunTime1_98:start/t ADD 
  5. if exists "FunTime1_98:start/MUI"
  6.    assign MUI: "FunTime1_98:start/MUI"
  7.    if exists MUI:Libs
  8.       assign LIBS: MUI:Libs add
  9.    endif
  10.    if exists MUI:Locale
  11.       assign LOCALE: MUI:Locale add
  12.    endif
  13.    version >nil: exec.library 39
  14.    if not warn
  15.       if exists MUI:Docs
  16.          if exists HELP:dummy ; do not remove
  17.          endif                ; this entry!
  18.          assign HELP: MUI:Docs Add
  19.       endif
  20.    endif
  21. endif
  22. ;END MUI
  23. Assign IBrowse: FunTime1_98:start/Ibrowse/Ibrowse
  24.  
  25.